<xs:complexType name="PassportStayInfoType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="Address1" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="Address2" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="Appartement" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="City" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="StateOrRegion" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="Country" type="CountryType" minOccurs="0" maxOccurs="1" />
<xs:element name="Phone" type="xs:string" minOccurs="0" maxOccurs="1" />
</xs:sequence>
</xs:complexType> |